projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9b262b
)
(handle_display_prop): Use it->w->buffer as object,
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 8 Mar 2001 21:17:00 +0000
(21:17 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 8 Mar 2001 21:17:00 +0000
(21:17 +0000)
instead of nil.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 3db708e15c98c0a60e56e9594d5d6336dc59101e..23fc0a4b089565503f155fc866a41690688763e4 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-2570,7
+2570,7
@@
handle_display_prop (it)
}
else
{
- object =
Qnil
;
+ object =
it->w->buffer
;
position = &it->current.pos;
}